const crypto/tls.defaultMaxRSAKeySize

4 uses

	crypto/tls (current package)
		handshake_client.go#L1094: const defaultMaxRSAKeySize = 8192
		handshake_client.go#L1101: 			if (n <= max) != (n <= defaultMaxRSAKeySize) {
		handshake_client.go#L1107: 	return defaultMaxRSAKeySize, n <= defaultMaxRSAKeySize